 |
API Documentation
|
|
58 void setName (
const std::string_view& name) ;
void setScriptFor(INTERPRETER interpretType)
void setSources(const std::string_view &sources)
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
Holds all information for a script.
Definition: Script.h:14
An interface to define objects that can be exported using this component.
Definition: Exportable.h:15
std::string_view getName() const
INTERPRETER getScriptType() const
virtual void importClassFromTree(nkExport::Node *rootNode) override
const CompilationResult & getLastCompilationResult() const
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
Holds information about script loading attempt.
Definition: CompilationResult.h:24
void setName(const std::string_view &name)
INTERPRETER
Supported scripting environments.
Definition: Interpreter.h:12
std::string_view getSources() const
virtual void exportClassToTree(nkExport::Node *rootNode) override